Gets the item at the specified index.

Namespace:  C1.Silverlight
Assembly:  C1.Silverlight (in C1.Silverlight.dll)

Syntax

C#
T this[
	int index
] { get; }
Visual Basic
ReadOnly Property Item ( _
	index As Integer _
) As T
	Get

Parameters

index
Type: System..::..Int32

Field Value

The element at the specified index.

See Also